All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.naming.directory.DSException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.naming.NamingException
                           |
                           +----java.naming.directory.DSException

public class DSException
extends NamingException
DSException is the superclass of exceptions that are raised when performing directory operations.


Constructor Index

 o DSException()
Constructs a new instance of DSException.
 o DSException(Name, Object, Name)
Constructs a new instance of DSException using the arguments supplied.
 o DSException(Name, Object, Name, String)
Constructs a new instance of DSException using the arguments supplied.
 o DSException(String)
Constructs a new instance of DSExxception using the arguments supplied.

Constructors

 o DSException
 public DSException(Name resolvedName,
                    Object resolvedObj,
                    Name remainingName,
                    String explanation)
Constructs a new instance of DSException using the arguments supplied.

Parameters:
resolvedName - The part of the name that has been successfully resolved.
resolvedObj - The object to which resolution was successful.
remainingName - The remaining unresolved portion of the name.
explanation - Additional detail about this exception.
 o DSException
 public DSException(Name resolvedName,
                    Object resolvedObj,
                    Name remainingName)
Constructs a new instance of DSException using the arguments supplied.

Parameters:
resolvedName - The part of the name that has been successfully resolved.
resolvedObj - The object to which resolution was successful.
remainingName - The remaining unresolved portion of the name.
 o DSException
 public DSException(String explanation)
Constructs a new instance of DSExxception using the arguments supplied.

Parameters:
explanation - Additional detail about this exception.
 o DSException
 public DSException()
Constructs a new instance of DSException.


All Packages  Class Hierarchy  This Package  Previous  Next  Index